Google News
logo
C-Language - Interview Questions
Is it possible to use curly brackets ({}) to enclose a single line code in C program?
Yes, it works without any error. Some programmers like to use this to organize the code. But the main purpose of curly brackets is to group several lines of codes.
Advertisement